IMotion.GetGroupsStatus method
Gets the state of axis groups according to the active grouped method.
Namespace: IntervalZero.KINGSTAR.Base.ApiAssembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
KsReturn<GroupStatus[]> GetGroupsStatus(
int[] Indexes
)
Function GetGroupsStatus(
Indexes As Integer()
) As KsReturn(Of GroupStatus())
Parameters
Indexes [in]
Type: int[]
The array of groups' indexes. Indexes are zero based.
Return value
Type: KsReturn<GroupStatus[]>
Returns a KsError code and GroupStatus values.
Examples
N/A
See also